YNQ  YNQ-1.6.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Errors

Modules

 Driver Notification Events
 

Functions

NQ_UINT32 ccGetNTStatus (void)
 
NQ_UINT32 ccErrorToSmbStatus (NQ_STATUS nqError)
 

Detailed Description

Function Documentation

NQ_UINT32 ccGetNTStatus ( void  )

Returns last SMB NT error status for application thread.

Status returned is for last erroneous SMB command response from server.

Note
That last erroneous NT status code may not reflect the real problem. Use syGetLastError() for proper NQ error code.
Returns
Error code.
NQ_UINT32 ccErrorToSmbStatus ( NQ_STATUS  nqError)

This function is called by the application when some returned NQ error value should be translated to a SMB error.

Parameters
nqErrorThe error code returned from some nq function.
Returns
SMB error code.